From 53602c400d4698d8f0a4141b49db7174512bc356 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 30 Aug 2011 08:42:13 -0400 Subject: [PATCH] Disable an incomplete test that does not work Testing focus changes in this way has no chance of working until we remove all the idle handlers from gail. --- tests/a11y/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/a11y/Makefile.am b/tests/a11y/Makefile.am index d3fb9abfb6..89be4bfc03 100644 --- a/tests/a11y/Makefile.am +++ b/tests/a11y/Makefile.am @@ -25,7 +25,10 @@ TEST_PROGS += text TEST_PROGS += children -TEST_PROGS += focus +# the focus test has no chance of working until +# all the idle handlers in gail are gone +# +# TEST_PROGS += focus TEST_PROGS += util -- 2.30.2